home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / HyperCard Files / Scripting Aids & Tips / Visual Effects / card_4504.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  6.0 KB  |  308 lines

  1. -- card: 4504 from stack: in
  2. -- bmap block id: 2951
  3. -- flags: 0000
  4. -- background id: 2602
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=46 top=92 right=115 bottom=226
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: No visual Effect
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to prev card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 4 (button)
  28. -- low flags: 00
  29. -- high flags: A003
  30. -- rect: left=46 top=129 right=152 bottom=226
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Iris Open
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect Iris Open
  42.   go to prev card
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 5 (button)
  48. -- low flags: 00
  49. -- high flags: A003
  50. -- rect: left=46 top=163 right=186 bottom=226
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Wipe Right
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   visual effect Wipe Right
  62.   go to prev card
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 6 (button)
  68. -- low flags: 00
  69. -- high flags: A003
  70. -- rect: left=46 top=202 right=225 bottom=226
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: Scroll Right
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   visual effect Scroll Right
  82.   go to prev card
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 7 (button)
  88. -- low flags: 00
  89. -- high flags: A003
  90. -- rect: left=46 top=246 right=269 bottom=226
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: Scroll Up
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   visual effect Scroll up
  102.   go to prev card
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 10 (button)
  108. -- low flags: 00
  109. -- high flags: 0000
  110. -- rect: left=22 top=36 right=65 bottom=58
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 2162 / 2162
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: Return
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   pop card
  122. end mouseUp
  123.  
  124.  
  125.  
  126.  
  127. -- part 11 (button)
  128. -- low flags: 00
  129. -- high flags: 0000
  130. -- rect: left=447 top=35 right=61 bottom=482
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 1011 / 1011
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: Go Home
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   go to card id 5341 of stack "Home"
  142. end mouseUp
  143.  
  144.  
  145.  
  146.  
  147. -- part 12 (button)
  148. -- low flags: 00
  149. -- high flags: A003
  150. -- rect: left=278 top=283 right=306 bottom=458
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 0 / 0
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: Flash 1 time
  159. ----- HyperTalk script -----
  160. on mouseUp
  161.   Flash 1
  162.   go to prev card
  163. end mouseUp
  164.  
  165.  
  166.  
  167. -- part 13 (button)
  168. -- low flags: 00
  169. -- high flags: A003
  170. -- rect: left=278 top=245 right=268 bottom=458
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: Barn Door Close
  179. ----- HyperTalk script -----
  180. on mouseUp
  181.   Visual Effect Barn Door Close
  182.   go to prev card
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 14 (button)
  188. -- low flags: 00
  189. -- high flags: A003
  190. -- rect: left=278 top=202 right=225 bottom=458
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: Zoom Close
  199. ----- HyperTalk script -----
  200. on mouseUp
  201.   Visual Effect Zoom Close
  202.   go to prev card
  203. end mouseUp
  204.  
  205.  
  206.  
  207. -- part 15 (button)
  208. -- low flags: 00
  209. -- high flags: A003
  210. -- rect: left=46 top=283 right=306 bottom=226
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 0 / 0
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: Wipe Up
  219. ----- HyperTalk script -----
  220. on mouseUp
  221.   visual effect Wipe Up
  222.   go to prev card
  223. end mouseUp
  224.  
  225.  
  226.  
  227. -- part 16 (field)
  228. -- low flags: 01
  229. -- high flags: 0004
  230. -- rect: left=113 top=27 right=76 bottom=394
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 0 / 0
  233. -- text alignment: 1
  234. -- font id: 14
  235. -- text size: 18
  236. -- style flags: 0
  237. -- line height: 24
  238. -- part name: Title
  239.  
  240.  
  241. -- part 17 (button)
  242. -- low flags: 00
  243. -- high flags: 2000
  244. -- rect: left=62 top=32 right=71 bottom=107
  245. -- title width / last selected line: 0
  246. -- icon id / first selected line: 0 / 0
  247. -- text alignment: 1
  248. -- font id: 0
  249. -- text size: 12
  250. -- style flags: 0
  251. -- line height: 16
  252. -- part name: Note1
  253. ----- HyperTalk script -----
  254. on mouseUp
  255.   show card field 2
  256. end mouseUp
  257.  
  258.  
  259.  
  260. -- part 18 (button)
  261. -- low flags: 00
  262. -- high flags: A003
  263. -- rect: left=399 top=31 right=77 bottom=438
  264. -- title width / last selected line: 0
  265. -- icon id / first selected line: 1019 / 1019
  266. -- text alignment: 1
  267. -- font id: 0
  268. -- text size: 12
  269. -- style flags: 0
  270. -- line height: 16
  271. -- part name: Quit
  272. ----- HyperTalk script -----
  273. on mouseUp
  274.   play "Boing"
  275.   flash 3
  276.   Answer "do you really want to quit HyperCard?" with OK or Cancel
  277.   if it is "Cancel" then exit mouseUp
  278.   DoMenu "Quit HyperCard"
  279. end mouseUp
  280.  
  281.  
  282.  
  283. -- part 19 (field)
  284. -- low flags: 81
  285. -- high flags: 0004
  286. -- rect: left=30 top=82 right=191 bottom=199
  287. -- title width / last selected line: 0
  288. -- icon id / first selected line: 0 / 0
  289. -- text alignment: 0
  290. -- font id: 0
  291. -- text size: 12
  292. -- style flags: 0
  293. -- line height: 16
  294. -- part name: Note1
  295. ----- HyperTalk script -----
  296. on MouseUp
  297.   hide card field 2
  298. end MouseUp
  299.  
  300.  
  301.  
  302. -- part contents for card part 16
  303. ----- text -----
  304. Visual Effects Card Number Two
  305.  
  306. -- part contents for card part 19
  307. ----- text -----
  308. Visual Effects Samples Created by G.M. Wayne, CIS 71635,1374.  Please Distribute or use as you like!  (Click in this box to close.)